home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
a_utils
/
_archvrs
/
unix
/
unzp50p1.lha
/
unz50p1
/
zip.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-01-10
|
275b
|
10 lines
/* This is a dummy zip.h to allow crypt.c from Zip to compile for unzip */
#include "unzip.h"
#define SKIP_TIME_H /* don't include time.h again in crypt.c */
#define local
extern ULONG crc_32_tab[];
#define crc32(c, b) (crc_32_tab[((int)(c) ^ (b)) & 0xff] ^ ((c) >> 8))